How do I make a redirect in PHP

93

header("Location: http://example.com/redirect_page.php");
die(); //Force the script to quit, or you would raise an error...

Comments

Submit
0 Comments